Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: multi action flow #1994

Merged
merged 6 commits into from
Nov 1, 2023
Merged

feature: multi action flow #1994

merged 6 commits into from
Nov 1, 2023

Conversation

Paul-Bob
Copy link
Contributor

@Paul-Bob Paul-Bob commented Oct 26, 2023

Description

Fixes #1993

multi_flux_v2.webm

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

@Paul-Bob Paul-Bob self-assigned this Oct 26, 2023
@codeclimate
Copy link

codeclimate bot commented Oct 26, 2023

Code Climate has analyzed commit da5bc3c and detected 0 issues on this pull request.

View more on Code Climate.

lib/avo/services/encryption_service.rb Outdated Show resolved Hide resolved
lib/avo/services/encryption_service.rb Outdated Show resolved Hide resolved
@@ -167,3 +167,5 @@ gem "image_processing", "~> 1.12"
gem "prefixed_ids"

gem "mapkick-rb", "~> 0.1.4"

gem "turbo_power", "~> 0.5.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be in the .gemspec file as a runtime dependency

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already added on this commit 9a09b67

@adrianthedev
Copy link
Collaborator

Is this good to merge?

@Paul-Bob
Copy link
Contributor Author

Paul-Bob commented Nov 1, 2023

Is this good to merge?

Yes

@adrianthedev
Copy link
Collaborator

Let's ship it @Paul-Bob 🚀!

@Paul-Bob Paul-Bob merged commit 3f6110b into main Nov 1, 2023
13 checks passed
@Paul-Bob Paul-Bob deleted the feature/multi_action_flow branch November 1, 2023 09:31
Copy link
Contributor

github-actions bot commented Nov 1, 2023

This PR has been merged into main. The functionality will be available in the next release.

Please check the release guide for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement multi action flow in Avo 2
2 participants